Skip to content

release: v1.3.1 → stable#799

Merged
philanton merged 4 commits into
stablefrom
release/v1.3.1
May 28, 2026
Merged

release: v1.3.1 → stable#799
philanton merged 4 commits into
stablefrom
release/v1.3.1

Conversation

@philanton
Copy link
Copy Markdown
Contributor

@philanton philanton commented May 28, 2026

Summary

Patch release that re-publishes `@yellow-org/sdk-compat` with a correct build. The `@yellow-org/sdk-compat@1.3.0` tarball shipped a stale `dist/` (built May 5), so it is missing runtime changes from #699 (ts-compat runtime migration surface), #748 (absent-resource GET returns), and #758 (audit final session-key changes). `@yellow-org/sdk@1.3.0` rebuilt correctly via its existing `prepublishOnly` hook.

Changes

  • Bump `@yellow-org/sdk`, `@yellow-org/sdk-compat`, `@yellow-org/sdk-mcp` → `1.3.1` (strict-mirror policy)
  • Add `prepublishOnly: clean + build:prod` to `@yellow-org/sdk-compat`
  • Tighten `@yellow-org/sdk-mcp` `prepublishOnly` to clean `dist/` and `content/` before build

Post-merge

  • Deprecate `@yellow-org/sdk-compat@1.3.0` on npm
  • Tag `v1.3.1` on stable HEAD
  • Local publish `@yellow-org/sdk@1.3.1` + `@yellow-org/sdk-compat@1.3.1` + `@yellow-org/sdk-mcp@1.3.1`

🤖 Generated with Claude Code

philanton and others added 3 commits May 28, 2026 16:59
## Summary
- Bump NPM packages (`@yellow-org/sdk`, `@yellow-org/sdk-compat`,
`@yellow-org/sdk-mcp`) to `1.3.0`
- Set `appVersion: 1.3.0` on nitronode, playground, faucet-app Helm
charts

Sibling of `release/v1.3.0 → stable` PR. Keeps `main` aligned with
shipped versions.

## Test plan
- [ ] CI green
- [ ] Merge after stable PR lands

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Released version 1.3.0 across all SDK packages, including TypeScript,
compatibility modules, and MCP integration components.
* Updated Helm chart application metadata to version 1.3.0 for all
deployment configurations.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/layer-3/nitrolite/pull/798?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Bump @yellow-org/sdk, @yellow-org/sdk-compat, @yellow-org/sdk-mcp to 1.3.1
- Add prepublishOnly to @yellow-org/sdk-compat (clean + build:prod)
- Tighten @yellow-org/sdk-mcp prepublishOnly to clean dist/content first
  (1.3.0 sdk-compat shipped a stale dist; prevents recurrence)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9df685a9-3a5b-449f-ad61-e584f1f3526c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.3.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

The MCP package depends on @yellow-org/sdk and @yellow-org/sdk-compat
being on npm before its preflight passes. Until those two packages also
have automated publishing, MCP is published manually and the CI publish
jobs would race against (or fail before) the manual sdk/sdk-compat
publish. Disable the auto-trigger and gate the publish jobs behind
`if: false` so re-enabling is a one-line revert. Keep PR validation
running.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@philanton philanton merged commit e884a1a into stable May 28, 2026
23 checks passed
@philanton philanton deleted the release/v1.3.1 branch May 28, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant